Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dc.op() with dc.op_with_named_attrs() #942

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

prempk229
Copy link

Fixes : #220

  1. Updated function name of dc.op() with dc.op_with_named_attrs() and added a parameter corresponding to the op.
  2. Validated the function call dc.op_with_named_attrs() for "reshape", "softmax" in test_forge_ops.py

Changes are completed for decomposing_context. For lowering_context, necessary changes are in place already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Ops] Transition to using op_with_named_attrs for lowering/decomposing
1 participant